projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52748d9
)
(NO_SHARED_LIBS): Test __alpha__ && ! __ELF__.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Jun 1997 06:34:28 +0000
(06:34 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Jun 1997 06:34:28 +0000
(06:34 +0000)
src/s/netbsd.h
patch
|
blob
|
history
diff --git
a/src/s/netbsd.h
b/src/s/netbsd.h
index a5c3360c8de861ca257d6633315149c7ad7eabc4..280b316ee5f32dfbcc4ba147aba518cbd1fa705e 100644
(file)
--- a/
src/s/netbsd.h
+++ b/
src/s/netbsd.h
@@
-3,7
+3,7
@@
/* Get most of the stuff from bsd4.3 */
#include "bsd4-3.h"
-#if
def __alpha__
+#if
defined (__alpha__) && !defined (__ELF__)
#define NO_SHARED_LIBS
#endif